home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / expand53.zip / XPNGDEMO.ZIP / NGDEMO.RMK < prev    next >
Text File  |  1992-08-12  |  536b  |  31 lines

  1. //
  2. //   NGEMO.RMK
  3. //   Make file for the Expand Library NG functions Demonstration programs.
  4. //   Copyright (c) 1992, Softwarebureau Pepijn Smits
  5. //   Written by Pepijn Smits.
  6. //   All Rights Reserved.
  7. //
  8.  
  9. .prg.obj:
  10.     clipper $< /m /n /w
  11.  
  12. #ifeq  $(LINKER) RTLINK
  13. .obj.exe:
  14.     rtlink fi $< lib EXPAND
  15. #else
  16. .obj.exe:
  17.     blinker fi $< @expand bli inc off
  18. #end
  19.  
  20. ngdir.obj:    ngdir.prg
  21.  
  22. ngprint.obj:    ngprint.prg
  23.  
  24. ngview.obj:    ngview.prg
  25.  
  26. ngdir.exe:    ngdir.obj
  27.  
  28. ngprint.exe:    ngprint.obj
  29.  
  30. ngview.exe:    ngview.obj
  31.